Objects Reference

bezier_curve::evaluate

Prototype

void evaluate(float u,float *f)

Parameters

Parameter Type Description
u float value from 0.0 to 1.0 specifying the position in the curve to be evaluated
f float * pointer where to write the evaluated point

Return Value

None

Remarks

This function evaluates a Bezier curve point at the specified position.